crypto/cipher.cfb.outUsed (field)
8 uses
crypto/cipher (current package)
cfb.go#L19: outUsed int
cfb.go#L32: if x.outUsed == len(x.out) {
cfb.go#L34: x.outUsed = 0
cfb.go#L42: copy(x.next[x.outUsed:], src)
cfb.go#L44: n := subtle.XORBytes(dst, src, x.out[x.outUsed:])
cfb.go#L46: copy(x.next[x.outUsed:], dst)
cfb.go#L50: x.outUsed += n
cfb.go#L96: outUsed: blockSize,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)